home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000149_news@columbia.edu _Thu Dec 28 14:12:35 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id OAA16793
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 28 Dec 2000 14:12:34 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA18564
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 28 Dec 2000 14:12:34 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA24073
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 28 Dec 2000 13:49:10 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: how to trace telnet packages?
  14. Date: 28 Dec 2000 18:49:07 GMT
  15. Organization: Columbia University
  16. Message-ID: <92g1v3$ng7$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <odu27olexb.fsf@h006008986325.ne.mediaone.net>,
  20. James Carlson  <carlson@workingcode.com> wrote:
  21. : ...  TELNET just gives a text-mode connection to the remote
  22. : system.  If the remote system demands a password, then you'll see both
  23. : that prompt and the typed password itself on the wire.
  24. : This is why sane people use ssh nowadays.  Using text-mode passwords
  25. : on a network is just foolish.
  26. The choices aren't ssh versus no security at all.  SSH V1 is a proprietary
  27. protocol; Telnet is the Internet standard for making terminal connections.
  28. There are plenty of secure Telnet clients and servers:
  29.  
  30.   http://www.columbia.edu/kermit/telnetd.html
  31.  
  32. and in fact this is among the most active areas in the IETF:
  33.  
  34.   http://www.columbia.edu/kermit/standards.html
  35.  
  36. I expect that most major UNIX vendors, including IBM, will be following the
  37. IETF Telnet security standards, and will include secure Telnet servers in
  38. future releases of their operating systems.  Ditto for FTP and other
  39. services.
  40.  
  41. - Frank